home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / champion.swf / scripts / frame_4 / PlaceObject2_203_52 / CLIPACTIONRECORD on(release).as
Encoding:
Text File  |  2008-11-13  |  173 b   |  9 lines

  1. on(release){
  2.    if(_root.money >= 3500 && _root.triple == false)
  3.    {
  4.       _root.money -= 3500;
  5.       _root.moneyD = _root.money;
  6.       _root.triple = true;
  7.    }
  8. }
  9.